Welcome![Sign In][Sign Up]
Location:
Search - small RTOS a

Search list

[Other resourcexltExlt2

Description: 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (3)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.-If running this example, the simulation of the PC window of 1,2,3-line display some information, in a random location ~ 5. c51 as the default decoder does not support heavy-function, its emphasis on the use of simulation function to the re-use system without Push stack, Small RTOS 51 and no heavy Push management, in TaskA ~ TaskE and although similar, but not the merger. Note : (1) in KEIL C51 project, I have already output directory in e : \\ temp. You can Project -
Platform: | Size: 5956 | Author: 邢兰停 | Hits:

[Other resourcecontiki

Description: 一个小的RTOS具有UIP网络功能-a small RTOS with UIP network functions
Platform: | Size: 224760 | Author: 刘恩树 | Hits:

[Windows Developsalvo-tiny-avr-iccavr-3.2.4-a

Description: 一个小型的rtos(avr平台)-a small Byelorussian (avr platform)
Platform: | Size: 1872221 | Author: 王志军 | Hits:

[Other resourcecat24wc02

Description: 这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据,并将接收到的数据显示到LED数码显示器上。然后将接收到的数据写入Cat24Wc02中,再在同一位置将数据读出,并将读出的数据通过串口发送回来。通讯协议参考rtos随想曲和test.ini。 -This is the Small RTOS 51 DP-51 download simulation NG use CAT24WC 02 Driver for example. The cases in accordance with the relevant procedures of receiving a communication protocol data and receiving the data shows that the LED digital display. Then sending the data into Cat24Wc02, again in the same position will be read out data, will be read out through the serial data sent back. Communication protocol reference rtos test.ini and Capriccio.
Platform: | Size: 12113 | Author: hunuseu | Hits:

[Other resourcesmall_rtos1.20.0

Description: small rtos的源代码。它是一款非常小巧的微内核。-small rtos source. It is a highly compact micro-kernel.
Platform: | Size: 110098 | Author: yinyedan | Hits:

[Other resourcecat24wc02LED

Description: 这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据,并将接收到的数据显示到LED数码显示器上。然后将接收到的数据写入Cat24Wc02中,再在同一位置将数据读出,并将读出的数据通过串口发送回来。通讯协议参考rtos随想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有4个警告,可以忽略. (3)DP-51下载仿真实验仪的所有跳线选取默认值。-This the Small RTOS 51 DP-51 download simulation NG use CAT24WC 02 Driver for example. The cases in accordance with the relevant procedures of receiving a communication protocol data and receiving the data shows that the LED digital display. Then sending the data into Cat24Wc02, again in the same position will be read out data, will be read out through the serial data sent back. Communication protocol reference rtos test.ini and Capriccio. Note : (1) in KEIL C51 project, I have incorporated the output directory in e : \\ temp. You can Project -
Platform: | Size: 12069 | Author: 李强 | Hits:

[Other resourceSmallRTOS51clock

Description: 这是Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。它可以使用k1~k4调整时间,使用串口设置一个报警时间。由于仅仅是一个例子而非产品,有一些细节没有完善。如调整完时间后第一次显示的时间是错误的(由于共享TimeData引起);没有使用串行eeprom存储多个报警时间等;删除报警代码没有编写。不过,程序已经可以使用,读者可以自行完善它。通讯协议参考rtos随想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有6个警告,可以忽略. (3)除与pcf8563相关的跳线和蜂鸣器的跳线外,DP-51下载仿真实验仪的所有跳线选取默认值。-This the Small RTOS 51 DP-51 download simulation device to achieve a clock source. It can be used k1 k4-time adjustments, the use of a serial set alarm time. As just one example, not products, some of the details not perfect. End adjustment time as the first time the show is wrong (due to shared TimeData lead); not using serial eeprom storage alarm over time; Alarm delete code compiled. However, the procedure can be used, the reader is free to perfect it. Communication protocol reference rtos test.ini and Capriccio. Note : (1) in KEIL C51 project, I have incorporated the output directory in e : \\ temp. You can Project -
Platform: | Size: 15246 | Author: 李强 | Hits:

[ARM-PowerPC-ColdFire-MIPSsmall_rtos1500forarm

Description: 陈明计先生的RTOS,堪称经典,学习的榜样。-terms of RTOS for his classic study of a model.
Platform: | Size: 208896 | Author: huang | Hits:

[Other Embeded programcontiki

Description: 一个小的RTOS具有UIP网络功能-a small RTOS with UIP network functions
Platform: | Size: 224256 | Author: 刘恩树 | Hits:

[ARM-PowerPC-ColdFire-MIPSSmallRTOS51clock

Description: 这是Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。它可以使用k1~k4调整时间,使用串口设置一个报警时间。由于仅仅是一个例子而非产品,有一些细节没有完善。如调整完时间后第一次显示的时间是错误的(由于共享TimeData引起);没有使用串行eeprom存储多个报警时间等;删除报警代码没有编写。不过,程序已经可以使用,读者可以自行完善它。通讯协议参考rtos随想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有6个警告,可以忽略. (3)除与pcf8563相关的跳线和蜂鸣器的跳线外,DP-51下载仿真实验仪的所有跳线选取默认值。-This the Small RTOS 51 DP-51 download simulation device to achieve a clock source. It can be used k1 k4-time adjustments, the use of a serial set alarm time. As just one example, not products, some of the details not perfect. End adjustment time as the first time the show is wrong (due to shared TimeData lead); not using serial eeprom storage alarm over time; Alarm delete code compiled. However, the procedure can be used, the reader is free to perfect it. Communication protocol reference rtos test.ini and Capriccio. Note : (1) in KEIL C51 project, I have incorporated the output directory in e : \ temp. You can Project-
Platform: | Size: 15360 | Author: 李强 | Hits:

[ARM-PowerPC-ColdFire-MIPSSmallRTOS51key

Description: 这是Small RTOS 51 DP-51下载仿真实验仪上编写的一个键盘驱动例子。在DP-51下载仿真实验仪上运行本程序后,有两个发光二极管每秒闪动一次。当按下某个按键时,LED数码显示器会显示相应的键值。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有4个警告,可以忽略. (3)DP-51下载仿真实验仪的所有跳线选取默认值。-This the Small RTOS 51 DP-51 download simulation experiments on the preparation of the instrument a keyboard-driven cases son. The DP-51 download simulation NG run this procedure, there are two LEDs flashing once per second. When pressed a button, the LED digital display shows the corresponding keys. Note : (1) in KEIL C51 project, I have incorporated the output directory in e : \ temp. You can Project-
Platform: | Size: 9216 | Author: 李强 | Hits:

[ARM-PowerPC-ColdFire-MIPSruanjiandingshiqi

Description: 本软定时器模快所通过一个唯一的索引(即序号)来表识每一个软定时器,这个序号从0到MAX_SOFT_TIMER-1 ,最多为255个。要使用软定时器模块,首先需要让软定时器管理任务运行起来。软定时器管理任务的函数名称为SoftTimer,所以只需要Small RTOS的要求在Config.h的数组TaskFuction加上SoftTimer项即可。因为软定时器执行的任务时间等因素不确定,所以一般把这个任务优先级定得比较低。-the soft-timer module adopted by only one index (ie serial numbers) to form a soft know each timer, the serial number from 0 to MAX_SOFT_TIMER-1, a maximum of 255. To use soft timer module, the first need for the soft-timer management tasks running up. Soft-timer management tasks for the function name SoftTimer. So Small RTOS only at the request of an array TaskFuction Config.h SoftTimer items can be added. Soft-timer because the task uncertain factors such as time, in general the priority tasks set aside a lower level.
Platform: | Size: 12288 | Author: 李强 | Hits:

[Other Embeded programSmallRTOSv1203

Description: 主要介绍了在实时操作系统Small RTOS下,编写独立CAN控制器SJA1000驱动程序的方法。并介绍了SJA1000 PeliCan模式下接口函数库的使用方法,以及简要的介绍了对Small RTOS的配置方法。-introduced in the Small RTOS Real-Time Operating System, preparation of the independent SJA1000 CAN controller drives the procedure. And introduced the SJA1000 PeliCan mode interface functions of use, and a brief introduction of the Small RTOS configuration method.
Platform: | Size: 670720 | Author: ansem | Hits:

[SCMsmall_rtos1.20.3

Description: 可在51单片机上运行的小型OS,不过最多任务数为16个-51 SCM in running a small OS, but the largest number of mission 16
Platform: | Size: 112640 | Author: 夏双林 | Hits:

[SCMSmall_RTOS1.12.1

Description: 周立功公司--陈明计编写的基于51单片机的嵌入式操作系统,在实际中我使用AT89LV52就可以良好运行这个操作系统,AT89C51下不行(因为RAM太小)-Zhou Chen Ligong companies include the preparation of 51 MCU-based embedded operating system, in practice I use a good AT89LV52 can run the operating system, AT89C51 not under (because RAM is too small)
Platform: | Size: 84992 | Author: xiaowei | Hits:

[SCMsmall_rtos51

Description: 基于51单片机的微型51实时操作系统,麻雀虽小,可五脏俱全,可以很容易地撑握全局,深入实时嵌入式操作系统的学习-Based on 51 single-chip micro-51 real-time operating system, the sparrow, though small, can be a fully-equipped, you can easily shake up the overall situation, in-depth study of real-time embedded operating system
Platform: | Size: 376832 | Author: 张芳 | Hits:

[SCMSmallRtosF020

Description: 一个分选系统的软件:用SmallRtos操作系统,单片机型号是89C51F020,新华龙经销的新型51系列单片机。经工程检验程序稳定可靠。-A sorting system software: The SmallRtos operating system, single-chip model is 89C51F020, new distribution hualong new 51 series single-chip microcomputer. After engineering a stable and reliable testing procedures.
Platform: | Size: 833536 | Author: liubaogui | Hits:

[OthersmallR_TOS51_BOOK

Description: 本书:是陈明计先生写的SMALL RTOS51。格式为PDF。该书详细分析了RTOS51的编写过程。非常详细的流程图。只要有一定的基础,就能够快速掌握RTOS编程思路。-This book: It is written by Mr. Chen Mingji SMALL RTOS51. Format PDF. RTOS51 book is a detailed analysis of the preparation process. Very detailed flow chart. As long as there is a foundation, will be able to quickly grasp the idea of RTOS programming.
Platform: | Size: 38493184 | Author: 霸王猫 | Hits:

[OS Developsmallrtos

Description: 一个小型的实时操作系统 对理解操作系统有很好的帮助-a small rtos that can run on arm cpus
Platform: | Size: 199680 | Author: 王敏 | Hits:

[Other Embeded programSmall-RTOS

Description: SmallRTOS操作系统,适用于51系列单片机,是一个多任务内核。-SmallRTOS operating system for 51 series, is a multi-task kernel.
Platform: | Size: 796672 | Author: 尚志 | Hits:
« 1 23 4 »

CodeBus www.codebus.net